docs: De-indent GtkRecentInfo.get_applications() return value
authorEmmanuele Bassi <ebassi@gnome.org>
Sun, 14 Feb 2021 17:59:05 +0000 (17:59 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:30 +0000 (16:37 +0000)
Otherwise the four spaces will be treated as a pre-formatted block by
Markdown.

gtk/gtkrecentmanager.c

index 8c3fc12cac0146283ffce59ed7e3cf23c0ba96ba..6bbb95e3475efd01f1a32649c08dcc8d34ffba55 100644 (file)
@@ -1779,9 +1779,8 @@ gtk_recent_info_get_application_info (GtkRecentInfo  *info,
  *
  * Retrieves the list of applications that have registered this resource.
  *
- * Returns: (array length=length zero-terminated=1) (transfer full):
- *     a newly allocated %NULL-terminated array of strings.
- *     Use g_strfreev() to free it.
+ * Returns: (array length=length zero-terminated=1) (transfer full): a newly
+ *   allocated %NULL-terminated array of strings. Use g_strfreev() to free it.
  */
 char **
 gtk_recent_info_get_applications (GtkRecentInfo *info,